@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    opacity: 0.6;
    background:#fff;
    border-radius: 50px;
    margin:0 7px !important;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #0eabba;
    opacity: 1;
    border:0;
}

/* 标题 */
.title{
    text-align: center;
    position: relative;
    font-size: 38px;
    color:#000000;
    font-family: myFont4;
}
.title::before{
    content: '';
    display: block;
    width: 145px;
    height: 7px;
    background: linear-gradient(to right,rgba(0, 0, 0, 0),rgba(14, 171, 186, 1), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to right,rgba(0, 0, 0, 0),rgba(14, 171, 186, 1), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to right,rgba(0, 0, 0, 0),rgba(14, 171, 186, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to right,rgba(0, 0, 0, 0),rgba(14, 171, 186, 1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 10px;
    left: 50%; 
    margin-left: -72px;
}

/* 企业简介 */
.cont-1{
    background:#f8f8f8;
}
.cont-1 .more-link{
    margin:40px 0 25px 0;
    float: right;
}
.cont-1 .more-link a{
    display: flex;
    align-items: center;
}
.cont-1 .more-link .line{
    width: 54px;
    height: 1px;
    background:#0eabba;
}
.cont-1 .more-link p{
    font-size: 15px;
    color:#0eabba;
    margin: 0 9px 0 6px;
}
.cont-1 .more-link i{
    display: block;
    width: 5px;
    height: 5px;
    background:#0eabba;
    border-radius: 50%;
    margin-right: 4px;
}
.cont-1 .more-link i:last-child{
    margin-right: 0;
    border:1px solid #0eabba;
    width: 5px;
    height: 5px;
    background:none;
}

.cont1-list .about-left{
    width: 52%;
}
.cont1-list .about-left .en{
    font-size: 26px;
    color:#e5e4e4;
    font-family: "黑体";
}
.cont1-list .about-left .chinese{
    font-size: 24px;
    color:#333333;
    font-weight: bold;
}
.cont1-list .about-left .line{
    width: 48px;
    height: 1px;
    background:#0eabba;
    margin:30px 0;
}
.cont1-list .about-left .profile{
    font-size: 17px;
    color:#333333;
    line-height: 33px;
    text-align: justify;
    font-family: myFont1;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.cont1-list .about-left .profile p{
    font-family: myFont1;
}
.cont1-list .about-left .digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}
.cont1-list .about-left .digital li{
    /* width: 25%; */
    position: relative;
    font-size: 17px;
    color:#333333;
    cursor: pointer;
    transition: .5s;
}
.cont1-list .about-left .digital li:hover{
    margin-top: -8px;
}
.cont1-list .about-left .digital li em{
    font-family: myFont2;
}
.cont1-list .about-left .digital li i{
    font-size: 20px;
    vertical-align: top;
}
.cont1-list .about-left .digital li p{
    color:#0eabba;
}
.cont1-list .about-left .digital li strong{
    font-size: 36px;
    font-family: "黑体";
}
.cont1-list .about-left .digital li::before{
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    background:#c3c3c3;
    position: absolute;
    top: 17px;
    right: -56px;
}
.cont1-list .about-left .digital li:last-child:before{
    display: none;
}
.cont1-list .about-right{
    width: 41%;
    height: 380px;
    overflow: hidden;
}
.cont1-list .about-right img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.cont1-list .about-right:hover img{
    transform: scale(1.04);
}

/* 产品中心 */
.cont-2 .cont2-list .swiper-slide{
    position: relative;
    height: 390px;
}
.cont-2 .cont2-list .swiper-slide .cont2-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.cont-2 .cont2-list .swiper-slide .cont2-img img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.cont-2 .cont2-list .swiper-slide:hover .cont2-img img{
    transform: scale(1.04);
}
.cont-2 .cont2-list .swiper-slide .cont2-text{
    width: 310px;
    height: 150px;
    background:#f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    bottom: 0;
    padding:25px 30px;
}
.cont-2 .cont2-list .swiper-slide .cont2-text h5{
    font-size: 19px;
    color:#333333;
    font-family: myFont4;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.cont-2 .cont2-list .swiper-slide .cont2-text p{
    font-size: 16px;
    color:#333333;
    line-height: 29px;
    font-family: myFont1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.cont-2 .cont2-list .swiper-slide .cont2-text::after{
    content: '';
    display: block;
    width: 0;
    height: 150px;
    background:#0eabba;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.cont-2 .cont2-list .swiper-slide:hover .cont2-text::after{
    width: 310px;
}
.cont-2 .cont2-list .swiper-slide:hover .cont2-text h5,
.cont-2 .cont2-list .swiper-slide:hover .cont2-text p{
    color:#fff;
}
.cont-2 .cont2-relative{
    position: relative;
    width: 1360px;
    margin:0 auto;
    margin-top: 40px;
}
.cont2-relative .swiper-button-next,
.cont2-relative .swiper-button-prev{
    background: none;
    width: 58px;
    height: 58px;
    top: 42%;
}
.cont2-relative .swiper-button-prev{
    left: 0;
}
.cont2-relative .swiper-button-next{
    right: 0;
}
.cont2-relative .swiper-button-next .iconfont,
.cont2-relative .swiper-button-prev .iconfont{
    font-size: 58px;
    transition: .4s;
}
.cont2-relative .swiper-button-prev .iconfont{
    display: block;
    transform: rotate(180deg);
}
.cont2-relative .swiper-button-next:hover .iconfont,
.cont2-relative .swiper-button-prev:hover .iconfont{
    color:#0eabba;
}
.link-c{
    width: 220px;
    height: 60px;
    border:1px solid #0eabba;
    margin:60px auto 0;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: .4s;
}
.link-c a{
    display: block;
    font-size: 22px;
    color:#0eabba;
    font-family: myFont1;
}
.link-c a .iconfont{
    font-size: 26px;
    color: #0eabba;
    vertical-align: bottom;
    margin-left: 7px;
}
.link-c:hover{
    background:#0eabba;
}
.link-c:hover a,
.link-c:hover a .iconfont{
    color:#fff;
}

/* 我们的优势 */
.cont-3{
    background:url(../images/advantage.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: top;
}
.cont-3 .cont3-list dl{
    /* float: left; */
    width: 380px;
    min-height: 330px;
    background:rgb(255, 255, 255, .4);
    /* margin:5px 30px 25px 0; */
    padding:40px 35px 0 35px;
    transition: .5s;
    cursor: pointer;
}
.cont-3 .cont3-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
    margin-top: 30px;
}
.cont-3 .cont3-list dl:hover{
    margin-top: -5px;
}
/* .cont-3 .cont3-list dl:nth-child(3n){
    margin-right: 0;
} */
.cont-3 .cont3-list dl dt{
    text-align: center;
    height: 82px;
    line-height: 82px;
    transition: .5s;
}
.cont-3 .cont3-list dl dd{
    transition: .5s;
}
.cont-3 .cont3-list dl dt .iconfont{
    font-size: 55px;
    color:#0eabba;
}
.cont-3 .cont3-list dl:nth-child(5) dt .iconfont{
    font-size: 67px;
}
.cont-3 .cont3-list dl dd h5{
    font-size: 24px;
    color:#222222;
    text-align: center;
    font-family: myFont4;
    margin:12px 0 17px 0;
}
.cont-3 .cont3-list dl dd .des{
    font-size: 17px;
    color:#222222;
    font-family: myFont1;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cont-3 .cont3-list dl dd .des p{
    font-family: myFont1;
}

/* 客户案例 */
.cont-4 .cont4-left{
    width: 41.6%;
}
.cont-4 .cont4-left .swiper-slide{
    width: 100%;
    height: 522px;
    position: relative;
}
.cont-4 .cont4-left .cont4-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont-4 .cont4-left .cont4-img img,
.cont-4 .cont4-right dl dt img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .4s;
}
.cont-4 .cont4-left .swiper-slide:hover .cont4-img img,
.cont-4 .cont4-right dl:hover dt img{
    transform: scale(1.01);
}
.cont-4 .cont4-left .cont-text{
    width: 100%;
    height: 53px;
    text-align: center;
    line-height: 53px;
    color:#fff;
    background:rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-family: myFont1;
}
.cont-4 .cont4-right{
    width: 57%;
    overflow: hidden;
}
.cont-4 .cont4-right dl{
    width: 48.8%;
    margin: 2.4% 2.4% 0 0;
    float: left;
    background:#f4f4f4;
    padding:10px;
}
.cont-4 .cont4-right dl:nth-child(2n){
    margin-right: 0;
}
.cont-4 .cont4-right dl:first-child,
.cont-4 .cont4-right dl:nth-child(2){
    margin-top: 0;
}
.cont-4 .cont4-right dl dt{
    width: 100%;
    height: 190px;
}
.cont-4 .cont4-right dl dd{
    font-size: 17px;
    color:#333;
    text-align: center;
    margin:12px 0 5px 0;
    font-family: myFont1;
    transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-4 .cont4-right dl:hover dd{
    color:#0eabba;
}

/* 荣誉资质 */
.cont-5{
    background:#f8f8f8;
}
.cont-5 .cont5-box{
    position: relative;
    width: 1350px;
    margin:0 auto;
}
.cont-5 .cont5-list .swiper-slide{
    width: 100%;
    position: relative;
    cursor: pointer;
    height: 390px;
}
.cont-5 .cont5-list .swiper-slide .cont5-img{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.cont-5 .cont5-list .swiper-slide .cont5-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}
.cont-5 .cont5-list .swiper-slide:hover .cont5-img img{
    transform: scale(1.02);
}
.cont-5 .cont5-list .swiper-slide .cont5-text{
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, .5);
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: myFont1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    opacity: 0;
    transition: .4s;
}
.cont-5 .cont5-list .swiper-slide:hover .cont5-text{
    opacity: 1;
}
.cont-5 .swiper-button-next,
.cont-5 .swiper-button-prev{
    background:none;
    width: 58px;
    height: 58px;
    top: 56%;
}
.cont-5 .swiper-button-next{
    right: 0;
}
.cont-5 .swiper-button-prev{
    left: 0;
}
.cont-5 .swiper-button-next .iconfont,
.cont-5 .swiper-button-prev .iconfont{
    font-size: 58px;
    transition: .4s;
}
.cont-5 .swiper-button-prev .iconfont{
    display: block;
    transform: rotate(180deg);
}
.cont-5 .swiper-button-next:hover .iconfont,
.cont-5 .swiper-button-prev:hover .iconfont{
    color:#0eabba;
}

/* 新闻动态 */
.cont-6{
    padding-top: 70px;
}
.cont6-top dl{
    width: 100%;
    position: relative;
}
.cont6-top dl dt{
    width: 47.9%;
    float: left;
    position: relative;
}
.cont6-top dl dt .cont-img{
    width: 75%;
    height: 280px;
}
.cont6-top dl dt .cont-img img{
    width: 100%;
    height: 100%;
}
.cont6-top dl dt .see-more{
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 190px;
    height: 53px;
    background:#0eabba;
    text-align: center;
    line-height: 53px;
    transition: .4s;
}
.cont6-top dl dt .see-more a{
    display: block;
    color:#fff;
    font-size: 19px;
    font-family: myFont1;
    text-transform: uppercase;
}
.cont6-top dl dt .see-more:hover{
    background:#0999a7;
}
.cont6-top dl dd{
    width: 59%;
    position: absolute;
    top: 27px;
    right: 0;
}
.cont6-top dl dd h5{
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont6-top dl dd h5 a{
    color:#222222;
    font-size: 20px;
    font-family: myFont4;
    transition: .4s;
}
.cont6-top dl dd h5 a:hover{
    color:#0eabba;
}
.cont6-top dl dd p{
    line-height: 32px;
    font-size: 17px;
    color:#222222;
    font-family: myFont1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cont-6 .cont6-bottom{
    width: 100%;
    height: 470px;
    background:url(../images/new-bg.png) no-repeat 100% 100%;
    background-size: cover;
    position: relative;
    margin-top: 120px;
}
.cont-6 .cont6-bottom .cont6-news-list{
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: -55px;
}
.cont-6 .cont6-bottom .cont6-news-list dl{
    width: 32.2%;
    float: left;
    background:#fff;
    padding:45px 30px;
    margin-right: 20px;
    box-shadow: 1px 1px 8px #f3f3f3;
    transition: .4s;
    position: relative;
}
.cont-6 .cont6-bottom .cont6-news-list dl:last-child{
    margin-right: 0;
}
.cont-6 .cont6-bottom .cont6-news-list dl dt{
    font-size: 19px;
    color:#222222;
    font-family: myFont4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s;
}
.cont-6 .cont6-bottom .cont6-news-list dl .data{
    display: flex;
    margin:15px 0 20px 0;
}
.cont-6 .cont6-bottom .cont6-news-list dl .data p .iconfont{
    display: inline-block;
    margin-right: 5px;
}
.cont-6 .cont6-bottom .cont6-news-list dl dd{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: myFont1;
    font-size: 15px;
    color: #666;
    line-height: 27px;
}
.cont-6 .cont6-bottom .cont6-news-list dl .more{
    color:#666;
    font-size: 14px;
    font-family: myFont1;
    margin-top: 30px;
    transition: .4s;
}
.cont-6 .cont6-bottom .cont6-news-list dl .more .iconfont{
    display: inline-block;
    margin-left: 8px;
    transition: .4s;
}
.cont-6 .cont6-bottom .cont6-news-list dl:hover .more,
.cont-6 .cont6-bottom .cont6-news-list dl:hover .more .iconfont{
    color:#0eabba;
}
.cont-6 .cont6-bottom .cont6-news-list dl:hover{
    box-shadow: 1px 1px 8px #d7fcff;
}
.cont-6 .cont6-bottom .cont6-news-list dl .deco{
    position: absolute;
    top: 20px;
    right: 20px;
}
.cont-6 .cont6-bottom .cont6-news-list dl:hover dt{
    color:#0eabba;
}
.cont6-bottom .link-c{
    position: absolute;
    left: 50%;
    bottom:80px;
    margin-left: -110px;
}


/* 测试 */
.cont-5 .cont5-list2 .swiper-slide{
    width: 100%;
    position: relative;
    cursor: pointer;
    padding:20px;
}
.cont-5 .cont5-list2 .swiper-slide .cont5-img{
    overflow: hidden;
}
.cont-5 .cont5-list2 .swiper-slide .cont5-img img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.cont-5 .cont5-list2 .swiper-slide:hover .cont5-img img{
    transform: scale(1.02);
}
.cont-5 .cont5-list2 .swiper-slide .cont5-text{
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, .5);
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: myFont1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    opacity: 0;
    transition: .4s;
}

/* 内页banner */
.column-banner{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.column-banner img{
    width: 100%;
    height: auto;
}
.column-banner .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-top: 50px;
    
}
.column-banner .area{
    width: 83%;
    /* min-width: 1200px; */
    margin: 0 auto;
    font-family: myFont4;
}
.column-banner .area p{
    font-size: 28px;
    text-transform: uppercase;
    /* margin-top: 5px; */
    font-family: myFont1;
}

/* 企业简介 */
.column-content{
    width: 100%;
    background:url(../images/bg.jpg) repeat-y center top;
    /* background-size: cover; */
}
.about-title{
    font-size: 45px;
    color: #333333;
    text-align: center;
    font-family: myFont4;
}
.about-title p{
    font-size: 18px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 6px;
}
.about-title i{
    display: block;
    width: 60px;
    height: 1px;
    background: #d9232e;
    margin: 20px auto 0;
}
.about-cont1 .primle-text{
    width: 57%;
}
.about-cont1 .primle-text h4{
    font-family: myFont4;
    font-size: 40px;
    margin-bottom: 15px;
    color:#222222;
}
.about-cont1 .primle-text .ab_he{
    height: 50px;
    width: 1px;
    background: #333;
    transform: rotate(-45deg);
    margin-left: 18px;
}
.about-cont1 .primle-text .primle-all{
    font-size: 16px;
    font-family: myFont1;
    line-height: 32px;
    text-align: justify;
    /* text-indent: 2em; */
    color:#333333;
    margin:25px 0 50px 0;
    height: 217px;
    overflow-y: scroll;
    padding-right: 25px;
}
.about-cont1 .primle-text .wh_box .wenhua_box{
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.wenhua_box div{
    margin-top: 20px;
}
.wenhua_box div h5{
    font-size: 25px;
    color:#222222;
    font-family: myFont4;
}
.wenhua_box div::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #0eabba;
    position: absolute;
}
.wenhua_box div:nth-child(1)::after{
    left: 0;
    top: 13px;
}
.wenhua_box div:nth-child(2)::after{
    left: 0;
    top: 92px;
}
.wenhua_box div:nth-child(3)::after{
    left: 0;
    top: 205px;
}
.about-cont1 .primle-img{
    width: 38%;
    height: 550px;
    margin-top: 40px;
}
.about-cont1 .primle-img img{
    width: 100%;
    height: 100%;
}
.about-cont1 .about-math{
    border-bottom: 1px solid #ddd;
    padding:90px 0 80px 0;
}
.about-cont1 .about-math .digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.about-cont1 .about-math .digital li{
    position: relative;
    font-size: 17px;
    color: #333333;
    /* width: 25%; */
    position: relative;
}
.about-cont1 .about-math .digital li strong{
    font-size: 36px;
    color:#222222;
}
.about-cont1 .about-math .digital li i{
    vertical-align: top;
}
.about-cont1 .about-math .digital li em{
    font-family: myFont1;
}
.about-cont1 .about-math .digital li::before{
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    background: #c3c3c3;
    position: absolute;
    top: 17px;
    right: -95px;
}
.about-cont1 .about-math .digital li:last-child:before{
    display: none;
}

/* 发展历程 */
.about-cont2 .process-list dl{
    background:#f7f7f7;
    cursor: pointer;
    margin-top: 20px;
}
.about-cont2 .process-list dl dt,
.about-cont2 .process-list dl dd{
    width: 50%;
}
.about-cont2 .process-list dl dt,
.about-cont2.process-list dl:nth-child(2n) dd{
    float: left;
}
.about-cont2 .process-list dl dd,
.about-cont2 .process-list dl:nth-child(2n) dt{
    float: right;
}
.about-cont2 .process-list dl dt{
    overflow: hidden;
}
.about-cont2 .process-list dl dt img{
    width: 100%;
    height: 300px;
    transition: .4s;
}
.about-cont2 .process-list dl:hover dt img{
    transform: scale(1.04);
}
.about-cont2 .process-list dl dd{
    padding:30px;
}
.about-cont2 .process-list dl dd h3{
    font-size: 32px;
    color: #333333;
    font-family: myFont4;
    position: relative;
}
.about-cont2 .process-list dl dd h3 span{
    display: block;
    font-size: 14px;
    color: #555555;
    margin:3px 0  0 0;
}
.about-cont2 .process-list dl dd h3::before{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #d9232e;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.about-cont2 .process-list dl dd .text-c{
    margin-top: 47px;
    font-size: 16px;
    font-family: myFont1;
    color:#666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 120px;
}

/* 企业愿景 */
.about-cont2 .yuanjing-box dl{
    width: 32%;
    margin: 50px 0 0 0;
    border: 1px solid #ddd;
    min-height: 260px;
    display: table;
    cursor: pointer;
}
.about-cont2 .yuanjing-box dl dt{
    width: 38%;
    text-align:center;
}
.about-cont2 .yuanjing-box dl dt span{
    width: 100px;
    line-height: 100px;
    height: 100px;
    border-radius: 100%;
    background: #f7f7f7;
    display: inline-block;
    text-align: center;
}
.about-cont2 .yuanjing-box dl dt span img{
    vertical-align: middle;
    display: inline-block;
    transition: all 0.5s;
}
.about-cont2 .yuanjing-box dl:hover dt img{
    transform: rotateY(180deg);
}
.about-cont2 .yuanjing-box dl dd,
.about-cont2 .yuanjing-box dl dt{
    display: table-cell;
    vertical-align: middle;
}
.about-cont2 .yuanjing-box dl dd h3{
    font-size: 30px;
    font-family: myFont4;
    color:#333333;
    margin-bottom: 10px;
}
.about-cont2 .yuanjing-box dl dd p{
    line-height: 24px;
}

/* 荣誉资质 */
.about-cont3 .honor-list .swiper-slide{
    padding: 40px 25px;
    /* background: #f7f7f7; */
    cursor: pointer;
}
.about-cont3 .honor-list .swiper-slide .honor-img{
    overflow: hidden;
    height: 300px;
}
.about-cont3 .honor-list .swiper-slide .honor-img img{
    width: 100%;
    height: 100%;
    transition: .4s;
    object-fit: contain;
}
.about-cont3 .honor-list .swiper-slide:hover .honor-img img{
    transform: scale(1.01);
}
.about-cont3 .honor-list .swiper-slide .honor-text{
    font-size: 16px;
    font-family: myFont1;
    text-align: center;
    margin-top: 15px;
    color:#333;
}
.about-cont3 .honor-list{
    position: relative;
}
.about-cont3 .honor-list .swiper-pagination{
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 1200px;
}
.about-cont3 .honor-list .swiper-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 2px;
    margin-right: 10px;
    background:#dddddd;
    opacity: 1;
    border-radius: 0;
}
.about-cont3 .honor-list .swiper-pagination .swiper-pagination-bullet-active{
    background:#d9232e;
}

/* 面包屑导航 */
.crumbs-box{
    width: 100%;
    line-height: 70px;
    box-shadow: 1px 1px 10px #eee;
}
.crumbs-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crumbs-box ul li a{
    height: 70px;
    margin-right: 55px;
    position: relative;
    cursor: pointer;
    display: block;
    color:#4c4c4c;
    font-size: 17px;
    font-family: 'myFont1';
}
.crumbs-box ul li:last-child a{
    margin-right: 0;
}
.crumbs-box ul li a:hover,
.crumbs-box ul li a.active{
    color:#0eabba;
}
.crumbs-box ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background:#0eabba;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.crumbs-box ul li a:hover::after,
.crumbs-box ul li a.active::after{
    width: 100%;
}

/* 新闻资讯 */
.news-list-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
}
.news-list-box dl{
    background:#fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-bottom: 15px;
}
.news-list-box dl dt{
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-list-box dl dt img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.news-list-box dl:hover dt img{
    transform: scale(1.03);
}
.news-list-box dl dd h5{
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: myFont1;
}
.news-list-box dl:hover dd h5{
    color:#0eabba;
}
.news-list-box dl dd p{
    color: #666;
    font-size: 14px;
    font-family: myFont1;
}
.news-list-box dl::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#0eabba;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.news-list-box dl:hover::after{
    width: 100%;
}

/* 新闻详情 */
.introduce{
    background: #fff;
    margin:50px 0 10px 0;
}
.introduce .intro-con{
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 26px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'myFont1';
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 16px;
    line-height: 30px;
    color:#464646;
    margin-top: 30px;
    text-align: justify;
    font-family: myFont1;
}
.introduce .intro-text p{
    font-family: myFont1;
}
.introduce .intro-text img{
    max-width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.introduce .intro-text table,
.table-nr table{
    width: 100% !important;
}
.introduce .intro-text table tr,
.table-nr table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td,
.table-nr table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
    font-size: 15px;
    line-height: 32px;
}
.table-nr{
    font-size: 15px;
    line-height: 32px;
    color:#222222;
}
.introduce .detail-r-retrun{
    display: flex;
    justify-content: space-between;
}
.introduce .detail-r-retrun .data-box{
    width: 60%;
    display: flex;
    line-height: 35px;
}
.introduce .detail-r-retrun p{
    color: #a7a7a7;
    font-size: 15px;
    margin-right: 30px;
    position: relative;
    font-family: "myFont1";
}
.introduce .detail-r-retrun p .iconfont{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.introduce .detail-r-retrun .return-box{
    width: 140px;
    height: 40px;
    background: #0eabba;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color:#fff;
    cursor: pointer;
    border:1px solid #0eabba;
    transition: .5s;
    font-family: myFont4;
}
.introduce .detail-r-retrun p::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 1px;
    height: 13px;
    right: -15px;
    background: #ccc;
}
.introduce .detail-r-retrun p:last-child:after{
    display: none;
}
.introduce .detail-r-retrun .return-box:hover{
    color:#0eabba;
    background:none;
}


/* 分页 */
.page-box {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 50px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #0eabba;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

/* 内页上一页下一页 */
.news-fh{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li,.news-fh ul li a{
    color:#656565;
    font-size: 15px;
    font-family: myFont1;
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover{
    color:#0eabba;
    text-decoration: underline;
    cursor: pointer;
}

/* 当前位置 */
.location{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.location .iconfont{
    font-size: 20px;
    vertical-align: middle;
}
.location span{
    font-family: 'myFont1';
}


/* 招贤纳士 */
.recruit-box{
    margin:40px 0 35px 0;
}
.recruit-box dl{
    padding:25px 25px 20px 25px;
    box-shadow: 0 0 10px rgb(230 230 230 / 50%);
    margin-bottom: 25px;
    cursor: pointer;
    border:1px solid #fff;
}
.recruit-box dd{
    display: none;
}
.recruit-box dl dt{
    overflow: hidden;
}
.recruit-box dl dt h5{
    width: 85%;
    float: left;
    font-size: 21px;
    color: #333;
    position: relative;
    padding-left: 16px;
    font-family: 'myFont1';
}
.recruit-box dl dt h5::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 20px;
    background: #0eabba;
}
.recruit-box dl dt h5 .iconfont{
    font-size: 25px;
    vertical-align: top;
    color:#0eabba;
    margin:0 5px 0 20px;
    vertical-align: middle;
}
.recruit-box dl dt h5 span{
    font-size: 22px;
    color: #0eabba;
    font-family: 'myFont1';
    vertical-align: middle;
}
.recruit-box dl dt p{
    float: right;
}
.recruit-box dl dt p{
    transform: rotate(90deg);
}
.recruit-box dl dt p .iconfont{
    font-size: 20px;
}
.recruit-box dl:hover dt p .iconfont,
.recruit-box dl dt p.active .iconfont{
    color:#0eabba;
}
.recruit-box dl dd{
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 20px 0;
    color: #565656;
    font-family: 'myFont1';
}
.recruit-box dl dd p{
    font-family: 'myFont1';
}
.recruit-box dl:hover{
    border:1px solid #0eabba;
}
.recruit-box dl dt p.active{
    transform: rotate(-90deg);
}

/* 使用场景 */

/* 主体内容 */
.main-box{
    padding:30px 0 50px 0;
}
.main-left{
    width:240px;
}
.main-left .main-title{
    background: #0eabba;
    padding: 25px 30px;
    overflow: hidden;
}
.main-left .main-title h5{
    font-size: 27px;
    color: #fff;
    float: left;
    font-family: "myFont1";
}
.main-left .main-title .iconfont{
    font-size: 25px;
    color:#fff;
    display: block;
    float: right;
}
/* .pro-list{
    border:1px solid #eee;
} */
.pro-list-t li{
    line-height: 60px;
    border:1px solid #eee;
    border-top: none;
    font-size: 17px;
    padding:0 13px;
    position: relative;
    transition: .4s;
}
.pro-list-t li a{
    color:#333;
    display: block;
    font-family: "myFont1";
}
.pro-list-t li .iconfont{
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 20px;
    color:#808080;
}
.pro-list-t li:hover,
.pro-list-t li.cur{
    background:#fefefe;
}
.pro-list-t li:hover a,
.pro-list-t li:hover .iconfont,
.pro-list-t li.cur a,
.pro-list-t li.cur .iconfont{
    color:#0eabba;
}
.m-contact{
    border:1px solid #eee;
    margin-top: 10px;
}
.m-contact h4{
    width: 91%;
    margin:0 auto;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    line-height: 45px;
    color:#0eabba;
    margin-top: 5px;
    font-family: "myFont1";
}
.m-contact .m-con-text{
    width: 91%;
    margin:15px auto;
    font-size: 14px;
    color:#333;
    line-height: 26px;
}
.m-contact .m-con-text img{
    width: 70%;
    margin:0 auto;
}
.m-contact .m-con-text span{
    display: block;
    font-family: "myFont1";
    text-align: center;
    font-size:15px;
    margin:5px 0 10px 0;
    color:rgb(82, 82, 82);
}
.m-contact .m-con-text p{
    font-family: "myFont1";
    font-size: 16px;
    text-align: center;
}
.m-contact .m-link{
    width: 91%;
    margin:0 auto;
    background:#0eabba;
    line-height: 55px;
    margin-bottom: 20px;
    transition: .4s;
}
.m-contact .m-link a{
    display: block;
    width: 70%;
    float: right;
    color:#fff;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 16px;
}
.m-contact .m-link .iconfont{
    width: 25%;
    float: left;
    color:#fff;
    text-align: center;
    font-size: 30px;
}
.m-contact .m-link:hover{
    background:#dc2900;
}

/* 产品中心 */
.main-right{
    width: 77.4%;
}
.c-pro-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.c-pro-list dl{
    border:1px solid #eee;
    position: relative;
}
.c-pro-list dl dt{
    width: 100%;
    height: 205px;
    overflow: hidden;
}
.c-pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.c-pro-list dl:hover dt img{
    transform: scale(1.03);
}
.c-pro-list dl dd{
    padding:20px 10px;
    text-align: center;
    font-family: myFont1;
    color:#666;
    font-size: 17px;
}
.c-pro-list dl:hover dd{
    color:#0eabba;
}
.c-pro-list dl::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#0eabba;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.c-pro-list dl:hover::after{
    width: 100%;
}

/* 产品中心 */
.pro_box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
} 
.pro_box ul li{
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
}
.pro_box ul li a{
    display: block;
}
.pro_box ul li img{
    width: 100%;
    height: 218px;
    object-fit: cover;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.pro_box ul li a:hover img{
    transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
}
.pro_box ul li i{
    display: block;
    width: 38px;
    height: 1px;
    background-color: #828282;
    margin: 0 auto;
    margin-top: 20px;
}
.pro_box ul li h5{
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    font-family: 'myFont1';
}
.pro_box ul li p{
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: 'myFont1';
    min-height: 48px;
}
.pro_box ul li .pro_more{
    display: block;
    width: 78px;
    height: 34px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    background-color: #b6b6b6;
    border-radius: 22px;
    color: #fff;
    margin-bottom: -14px;
    margin-top: 5px;
}
.pro_box ul li a:hover .pro_more{
    background: #0eabba;
}
/* 产品详情 */
.deail_l{
    /* align-items: center; */
}
.ny_newsdeal h1{
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    color: #333;
    text-align: left;
    margin-bottom: 25px;
    font-family: 'myFont1';
}
.newsdetail_box{
    border-bottom: 1px dashed #e1e0e6;
    margin: 60px 0;
}
.newsdetail_box p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    color:#6b6b6b;
}
.newsdetail_box h3{
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.newsdetail_box img{
    max-width: 100%;
    margin: 0 auto;
}
.video_box{
    width: 60%;
    margin: 0 0;
    margin-left: 0 !important;
}
.video_box .swiper-container-horizontal>.swiper-pagination-bullets,
.video_box .swiper-pagination-custom,
.video_box .swiper-pagination-fraction {
    bottom: 50px;
}
.video_box ul li{
    text-align: center;
}
.video_box ul li img{
    width: 100%;
    height: 326px;
    object-fit: cover;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
}
/* .video_box ul li iframe{
    margin: 0 auto;
    width: 640px;
    height: 368px;
}
.video_box ul li video{
    margin: 0 auto;
    width: 640px;
    height: 368px;
} */
.newsdetail_nrbox{
    margin-bottom: 50px;
}
.newsdetail_nrbox .newsdetail_nr{
    display: none;
}
.deail_l{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.deail_title{
    width: 36%;
}
.deail_tag{
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.deail_tag span{
    font-family: 'myFont1';
    color: #7d7d7d;
}
.deail_he{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.deail_tel{
    line-height: 48px;
}
.deail_pic{
    color: #888;
    font-size: 15px;
    margin-bottom: 20px;
}
.tel-box2{
    width: 100%;
    line-height: 50px;
    background: #0eabba;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}
/* 内容页 */
.flexa{
    display: flex;
    justify-content: flex-start;
}
.deail_r{
    border-bottom: 1px solid #dddd;
    margin-bottom: 35px;
}
.deail_r ul li{
    width: 20%;
    line-height: 45px;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 16px;
}
.deail_r ul li.avtive,.deail_r ul li:hover{
    background: #ddd;
}
.deail_r ul li a{
    display: block;
    color: #333;
}

/* 合作伙伴 */
.partner-box .partner-list ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
    margin-top: 40px;
}
.partner-box .partner-list ul li{
    width: 100%;
    height: 130px;
    border:1px solid #eee;
}
.partner-box .partner-list ul li img{
    width: 100%;
    height: 100%;
}

/* 联系我们 */
.ny_content{
    margin: 60px 0;
}
.ny_content .callus_l,.ny_content .callus_r{
    width: 40%;
}
.ny_content .callus_l h1,.ny_content .callus_r h1{
    font-size: 50px;
    font-family: blokcn;
    font-weight: bold;
    height: 60px;
    color: #e5e5e5;
    text-transform: uppercase;
}
.ny_content .callus_l h5,.ny_content .callus_r h5{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    height: 70px;
    border-bottom: #666666 solid 2px;
}
.ny_content .callus_l img{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ny_content .callus_l p{
    text-align: center;
    font-size: 16px;
}
.ny_content .callus_l .code_box{
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.ny_content .callus_r ul{
    margin-top: 40px;
}
.ny_content .callus_r ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: #e6e6e6 solid 1px;
    line-height: 50px;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.ny_content .callus_r ul li i{
    font-size: 26px;
}

.ny_content .messages-box{
    width: 50%;
    background:#f5f5f5;
    padding:35px;
}
.ny_content .messages-box .f-title{
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color:#333;
}
.ny_content .messages-box ul li{
    display: flex;
    line-height: 45px;
    margin-bottom: 13px;
}
.ny_content .messages-box ul li label{
    font-size: 15px;
    font-family: myFont1;
    color:#333;
}
.ny_content .messages-box ul li input,
.ny_content .messages-box ul li textarea{
    width: 80%;
    margin-left: 10px;
    background:#fff;
    padding-left: 15px;
}
.ny_content .messages-box ul li input{
    line-height: 45px;
}
.ny_content .messages-box ul li textarea{
    height: 100px;
    line-height: 25px;
}
.ny_content .messages-box .form_btn{
    width: 140px;
    height: 50px;
    line-height: 50px;
    background:#0eabba;
    color:#fff;
    margin-left: 89px;
    margin-top: 25px;
    cursor: pointer;
    transition: .5s;
}
.ny_content .messages-box .form_btn:hover{
    background:#048794;
}



/* 窗口悬浮 */
.s_spserv__wrap {
	position: fixed;
	right: 21px;
	bottom: 82px;
	padding: 9px;
	z-index: 99;
}

.s_spserv__wrap-morebottom {
	bottom: 105px
}

.s_spserv__wrap-backtop {
	bottom: 117px
}

.s_spserv__item {
	width: 48px;
	height: 48px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
	color: #333
}

.s_spserv__item:last-of-type {
	margin-bottom: 0
}

.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
	transition: .4s;
}
.s_spserv__pic .iconfont{
	font-size: 26px;
}
.s_spserv__pic:hover{
	background:#0eabba;
	color:#fff;
}

.s_spserv__line-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all
}

.s_spserv__hoverarea{
	-webkit-animation: spservhover .3s ease-out 0s forwards;
	animation: spservhover .3s ease-out 0s forwards;
	display: none;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translate(-100%, -50%);
	padding: 15px 15px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	border-radius: 6px;
	/* max-width: 252px; */
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	text-align: center;
}
.s_spserv__hoverarea:first-child,
.s_spserv__hoverarea:nth-child(2){
	width: 252px;
}
.not-ie-hoverarea:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 0;
	transform: translate(-100%, -50%) rotate(45deg);
	right: -12px;
	filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
	background: #fff
}

.s_spserv__hoverarea-block {
	display: block
}
.s_spserv__wxpic {
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 9px auto
}

.s_spserv__hoverarea-wx {
	text-align: center;
	padding: 15px 15px
}


.back_top_wrapper{
	position: fixed;
	right: 28px;
	bottom: 47px;
	z-index: 200;
	transition: bottom .3s ease;
	width: 48px;
	height: 48px;
	background:#0eabba;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	transition: .4s;
}
.back_top_wrapper .iconfont{
	font-size: 25px;
	color:#fff;
}
.back_top_wrapper:hover{
	cursor: pointer;
	position: fixed;
	right: 28px;
	bottom: 52px;
}